video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD
authorSimon Glass <[email protected]>
Wed, 17 Feb 2016 01:09:19 +0000 (18:09 -0700)
committerTom Warren <[email protected]>
Wed, 17 Feb 2016 20:36:16 +0000 (13:36 -0700)
This new feature causes a Kconfig warning on boards without a display
enabled. Fix this.

Signed-off-by: Simon Glass <[email protected]>
Acked-by: Anatolij Gustschin <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/mach-tegra/Kconfig

index 3540edab9adbe06b25643cc88700525c8254d587..ba6983f3dfd3ab7fdbaa88b6ba93994ed96c53c1 100644 (file)
@@ -14,7 +14,7 @@ config TEGRA_COMMON
        select DM_SPI
        select DM_SPI_FLASH
        select OF_CONTROL
-       select VIDCONSOLE_AS_LCD
+       select VIDCONSOLE_AS_LCD if DM_VIDEO
 
 config TEGRA_ARMV7_COMMON
        bool "Tegra 32-bit common options"